home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-20 | 338 b | 13 lines |
- #
- # Makefile for the DrawingServant program
- #
- LIBS = -lNeXT_s
- CFLAGS = -O2 -g -Wimplicit `allArchs`
- LDFLAGS = -segcreate __ICON app DrawingServant.tiff
-
- DrawingServant: DrawingServant.m DrawingServant.h
- $(CC) $(CFLAGS) $(LDFLAGS) -o DrawingServant DrawingServant.m $(LIBS)
-
- tester: tester.c
- $(CC) `allArchs` -O2 -o tester tester.c -lm
-